get Enum Values
Get all the possible values of an enum given an enum property.
Return
a list of the enum value names as string.
Parameters
enum Property
the name of the property whose enum values should be queried.
Get all the possible values of an enum given an enum property.
a list of the enum value names as string.
the name of the property whose enum values should be queried.